public ICollection<TValue> Values {get;}
public: __property ICollection<TValue*>* get_Values();
public: property ICollection<TValue*>* Values { ICollection<TValue*>* get(); }
'Declaration Public ReadOnly Property Values As ICollection(Of TValue)
'Usage Dim instance As DictionaryWithEvents(Of TKey,TValue) Dim value As ICollection(Of TValue) value = instance.Values
Target Platforms
DictionaryWithEvents<TKey,TValue> Class DictionaryWithEvents<TKey,TValue> Members